home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / rukq10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-02-15  |  502b  |  21 lines

  1. @echo off
  2. cls
  3. echo RUCKUS 1.0 Install
  4. echo.
  5. echo To install RUCKUS, the library files must first be extracted and built.
  6. echo Two install routines are run, one each for RUCKUS-DAC and RUCKUS-MIDI.
  7. echo.
  8. pause
  9. inst_dac
  10. if errorlevel==1 goto nogo
  11. inst_mid
  12. if errorlevel==1 goto nogo
  13. echo.
  14. echo Installation was a success. Refer to the documentation under Appendix C.
  15. echo for further installation procedures.
  16. echo.
  17. goto endit
  18. :nogo
  19. echo.
  20. echo Installation failed to complete. 
  21. :endit